home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Headers / appkit / publicWraps.h < prev    next >
C/C++ Source or Header  |  1995-02-05  |  574b  |  23 lines

  1. /* /Net/ektar/BinCache1/appkit/Symbols/appkit-172.2.sym~6/publicWraps.h generated from publicWraps.psw
  2.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  3.  */
  4.  
  5. #ifndef PUBLICWRAPS_H
  6. #define PUBLICWRAPS_H
  7.  
  8. extern void NXConvertWinNumToGlobal(int winNum, unsigned int *globalNum);
  9.  
  10. extern void NXConvertGlobalToWinNum(int globalNum, unsigned int *winNum);
  11.  
  12. extern void NXCountWindows(int *count);
  13.  
  14. extern void NXCopyCurrentGState(int gs);
  15.  
  16. extern void NXSetGState(int gs);
  17.  
  18. extern void NXBeep( void );
  19.  
  20. extern void NXWindowList(int size, int list[]);
  21.  
  22. #endif PUBLICWRAPS_H
  23.